home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / pycentral-data / pycentral.mk next >
Text File  |  2009-10-11  |  272b  |  7 lines

  1. # some macros useful for packaging with pycentral
  2.  
  3. # sitedir: name of the site-packages/dist-packages directory depending on the
  4. # python version. Call as: $(call sitedir, <python version>).
  5.  
  6. sitedir = $(if $(filter $(subst python,,$(1)), 2.3 2.4 2.5),site,dist)-packages
  7.